home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc-2.6.3-bin.lha / GNU / info / gcc.info-4 (.txt) < prev    next >
GNU Info File  |  1995-03-30  |  50KB  |  959 lines

  1. This is Info file gcc.info, produced by Makeinfo-1.55 from the input
  2. file gcc.texi.
  3.    This file documents the use and the internals of the GNU compiler.
  4.    Published by the Free Software Foundation 675 Massachusetts Avenue
  5. Cambridge, MA 02139 USA
  6.    Copyright (C) 1988, 1989, 1992, 1993, 1994 Free Software Foundation,
  7.    Permission is granted to make and distribute verbatim copies of this
  8. manual provided the copyright notice and this permission notice are
  9. preserved on all copies.
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided also
  12. that the sections entitled "GNU General Public License," "Funding for
  13. Free Software," and "Protect Your Freedom--Fight `Look And Feel'" are
  14. included exactly as in the original, and provided that the entire
  15. resulting derived work is distributed under the terms of a permission
  16. notice identical to this one.
  17.    Permission is granted to copy and distribute translations of this
  18. manual into another language, under the above conditions for modified
  19. versions, except that the sections entitled "GNU General Public
  20. License," "Funding for Free Software," and "Protect Your Freedom--Fight
  21. `Look And Feel'", and this permission notice, may be included in
  22. translations approved by the Free Software Foundation instead of in the
  23. original English.
  24. File: gcc.info,  Node: Convex Options,  Next: AMD29K Options,  Prev: SPARC Options,  Up: Submodel Options
  25. Convex Options
  26. --------------
  27.    These `-m' options are defined for Convex:
  28. `-mc1'
  29.      Generate output for C1.  The code will run on any Convex machine.
  30.      The preprocessor symbol `__convex__c1__' is defined.
  31. `-mc2'
  32.      Generate output for C2.  Uses instructions not available on C1.
  33.      Scheduling and other optimizations are chosen for max performance
  34.      on C2.  The preprocessor symbol `__convex_c2__' is defined.
  35. `-mc32'
  36.      Generate output for C32xx.  Uses instructions not available on C1.
  37.      Scheduling and other optimizations are chosen for max performance
  38.      on C32.  The preprocessor symbol `__convex_c32__' is defined.
  39. `-mc34'
  40.      Generate output for C34xx.  Uses instructions not available on C1.
  41.      Scheduling and other optimizations are chosen for max performance
  42.      on C34.  The preprocessor symbol `__convex_c34__' is defined.
  43. `-mc38'
  44.      Generate output for C38xx.  Uses instructions not available on C1.
  45.      Scheduling and other optimizations are chosen for max performance
  46.      on C38.  The preprocessor symbol `__convex_c38__' is defined.
  47. `-margcount'
  48.      Generate code which puts an argument count in the word preceding
  49.      each argument list.  This is compatible with regular CC, and a few
  50.      programs may need the argument count word.  GDB and other
  51.      source-level debuggers do not need it; this info is in the symbol
  52.      table.
  53. `-mnoargcount'
  54.      Omit the argument count word.  This is the default.
  55. `-mvolatile-cache'
  56.      Allow volatile references to be cached.  This is the default.
  57. `-mvolatile-nocache'
  58.      Volatile references bypass the data cache, going all the way to
  59.      memory.  This is only needed for multi-processor code that does
  60.      not use standard synchronization instructions.  Making
  61.      non-volatile references to volatile locations will not necessarily
  62.      work.
  63. `-mlong32'
  64.      Type long is 32 bits, the same as type int.  This is the default.
  65. `-mlong64'
  66.      Type long is 64 bits, the same as type long long.  This option is
  67.      useless, because no library support exists for it.
  68. File: gcc.info,  Node: AMD29K Options,  Next: ARM Options,  Prev: Convex Options,  Up: Submodel Options
  69. AMD29K Options
  70. --------------
  71.    These `-m' options are defined for the AMD Am29000:
  72. `-mdw'
  73.      Generate code that assumes the `DW' bit is set, i.e., that byte and
  74.      halfword operations are directly supported by the hardware.  This
  75.      is the default.
  76. `-mndw'
  77.      Generate code that assumes the `DW' bit is not set.
  78. `-mbw'
  79.      Generate code that assumes the system supports byte and halfword
  80.      write operations.  This is the default.
  81. `-mnbw'
  82.      Generate code that assumes the systems does not support byte and
  83.      halfword write operations.  `-mnbw' implies `-mndw'.
  84. `-msmall'
  85.      Use a small memory model that assumes that all function addresses
  86.      are either within a single 256 KB segment or at an absolute
  87.      address of less than 256k.  This allows the `call' instruction to
  88.      be used instead of a `const', `consth', `calli' sequence.
  89. `-mnormal'
  90.      Use the normal memory model: Generate `call' instructions only when
  91.      calling functions in the same file and `calli' instructions
  92.      otherwise.  This works if each file occupies less than 256 KB but
  93.      allows the entire executable to be larger than 256 KB.  This is
  94.      the default.
  95. `-mlarge'
  96.      Always use `calli' instructions.  Specify this option if you expect
  97.      a single file to compile into more than 256 KB of code.
  98. `-m29050'
  99.      Generate code for the Am29050.
  100. `-m29000'
  101.      Generate code for the Am29000.  This is the default.
  102. `-mkernel-registers'
  103.      Generate references to registers `gr64-gr95' instead of to
  104.      registers `gr96-gr127'.  This option can be used when compiling
  105.      kernel code that wants a set of global registers disjoint from
  106.      that used by user-mode code.
  107.      Note that when this option is used, register names in `-f' flags
  108.      must use the normal, user-mode, names.
  109. `-muser-registers'
  110.      Use the normal set of global registers, `gr96-gr127'.  This is the
  111.      default.
  112. `-mstack-check'
  113. `-mno-stack-check'
  114.      Insert (or do not insert) a call to `__msp_check' after each stack
  115.      adjustment.  This is often used for kernel code.
  116. `-mstorem-bug'
  117. `-mno-storem-bug'
  118.      `-mstorem-bug' handles 29k processors which cannot handle the
  119.      separation of a mtsrim insn and a storem instruction (most 29000
  120.      chips to date, but not the 29050).
  121. `-mno-reuse-arg-regs'
  122. `-mreuse-arg-regs'
  123.      `-mno-reuse-arg-regs' tells the compiler to only use incoming
  124.      argument registers for copying out arguments.  This helps detect
  125.      calling a function with fewer arguments than it was declared with.
  126. `-msoft-float'
  127.      Generate output containing library calls for floating point.
  128.      *Warning:* the requisite libraries are not part of GNU CC.
  129.      Normally the facilities of the machine's usual C compiler are
  130.      used, but this can't be done directly in cross-compilation.  You
  131.      must make your own arrangements to provide suitable library
  132.      functions for cross-compilation.
  133. File: gcc.info,  Node: ARM Options,  Next: M88K Options,  Prev: AMD29K Options,  Up: Submodel Options
  134. ARM Options
  135. -----------
  136.    These `-m' options are defined for Advanced RISC Machines (ARM)
  137. architectures:
  138. `-m2'
  139. `-m3'
  140.      These options are identical.  Generate code for the ARM2 and ARM3
  141.      processors.  This option is the default.  You should also use this
  142.      option to generate code for ARM6 processors that are running with a
  143.      26-bit program counter.
  144. `-m6'
  145.      Generate code for the ARM6 processor when running with a 32-bit
  146.      program counter.
  147. `-mapcs'
  148.      Generate a stack frame that is compliant with the ARM Proceedure
  149.      Call Standard for all functions, even if this is not strictly
  150.      necessary for correct execution of the code.
  151. `-mbsd'
  152.      This option only applies to RISC iX.  Emulate the native BSD-mode
  153.      compiler.  This is the default if `-ansi' is not specified.
  154. `-mxopen'
  155.      This option only applies to RISC iX.  Emulate the native
  156.      X/Open-mode compiler.
  157. `-mno-symrename'
  158.      This option only applies to RISC iX.  Do not run the assembler
  159.      post-processor, `symrename', after code has been assembled.
  160.      Normally it is necessary to modify some of the standard symbols in
  161.      preparation for linking with the RISC iX C library; this option
  162.      suppresses this pass.  The post-processor is never run when the
  163.      compiler is built for cross-compilation.
  164. File: gcc.info,  Node: M88K Options,  Next: RS/6000 and PowerPC Options,  Prev: ARM Options,  Up: Submodel Options
  165. M88K Options
  166. ------------
  167.    These `-m' options are defined for Motorola 88k architectures:
  168. `-m88000'
  169.      Generate code that works well on both the m88100 and the m88110.
  170. `-m88100'
  171.      Generate code that works best for the m88100, but that also runs
  172.      on the m88110.
  173. `-m88110'
  174.      Generate code that works best for the m88110, and may not run on
  175.      the m88100.
  176. `-mbig-pic'
  177.      Obsolete option to be removed from the next revision.  Use `-fPIC'.
  178. `-midentify-revision'
  179.      Include an `ident' directive in the assembler output recording the
  180.      source file name, compiler name and version, timestamp, and
  181.      compilation flags used.
  182. `-mno-underscores'
  183.      In assembler output, emit symbol names without adding an underscore
  184.      character at the beginning of each name.  The default is to use an
  185.      underscore as prefix on each name.
  186. `-mocs-debug-info'
  187. `-mno-ocs-debug-info'
  188.      Include (or omit) additional debugging information (about
  189.      registers used in each stack frame) as specified in the 88open
  190.      Object Compatibility Standard, "OCS".  This extra information
  191.      allows debugging of code that has had the frame pointer
  192.      eliminated.  The default for DG/UX, SVr4, and Delta 88 SVr3.2 is
  193.      to include this information; other 88k configurations omit this
  194.      information by default.
  195. `-mocs-frame-position'
  196.      When emitting COFF debugging information for automatic variables
  197.      and parameters stored on the stack, use the offset from the
  198.      canonical frame address, which is the stack pointer (register 31)
  199.      on entry to the function.  The DG/UX, SVr4, Delta88 SVr3.2, and
  200.      BCS configurations use `-mocs-frame-position'; other 88k
  201.      configurations have the default `-mno-ocs-frame-position'.
  202. `-mno-ocs-frame-position'
  203.      When emitting COFF debugging information for automatic variables
  204.      and parameters stored on the stack, use the offset from the frame
  205.      pointer register (register 30).  When this option is in effect,
  206.      the frame pointer is not eliminated when debugging information is
  207.      selected by the -g switch.
  208. `-moptimize-arg-area'
  209. `-mno-optimize-arg-area'
  210.      Control how function arguments are stored in stack frames.
  211.      `-moptimize-arg-area' saves space by optimizing them, but this
  212.      conflicts with the 88open specifications.  The opposite
  213.      alternative, `-mno-optimize-arg-area', agrees with 88open
  214.      standards.  By default GNU CC does not optimize the argument area.
  215. `-mshort-data-NUM'
  216.      Generate smaller data references by making them relative to `r0',
  217.      which allows loading a value using a single instruction (rather
  218.      than the usual two).  You control which data references are
  219.      affected by specifying NUM with this option.  For example, if you
  220.      specify `-mshort-data-512', then the data references affected are
  221.      those involving displacements of less than 512 bytes.
  222.      `-mshort-data-NUM' is not effective for NUM greater than 64k.
  223. `-mserialize-volatile'
  224. `-mno-serialize-volatile'
  225.      Do, or don't, generate code to guarantee sequential consistency of
  226.      volatile memory references.  By default, consistency is guaranteed.
  227.      The order of memory references made by the MC88110 processor does
  228.      not always match the order of the instructions requesting those
  229.      references.  In particular, a load instruction may execute before
  230.      a preceding store instruction.  Such reordering violates
  231.      sequential consistency of volatile memory references, when there
  232.      are multiple processors.   When consistency must be guaranteed,
  233.      GNU C generates special instructions, as needed, to force
  234.      execution in the proper order.
  235.      The MC88100 processor does not reorder memory references and so
  236.      always provides sequential consistency.  However, by default, GNU
  237.      C generates the special instructions to guarantee consistency even
  238.      when you use `-m88100', so that the code may be run on an MC88110
  239.      processor.  If you intend to run your code only on the MC88100
  240.      processor, you may use `-mno-serialize-volatile'.
  241.      The extra code generated to guarantee consistency may affect the
  242.      performance of your application.  If you know that you can safely
  243.      forgo this guarantee, you may use `-mno-serialize-volatile'.
  244. `-msvr4'
  245. `-msvr3'
  246.      Turn on (`-msvr4') or off (`-msvr3') compiler extensions related
  247.      to System V release 4 (SVr4).  This controls the following:
  248.        1. Which variant of the assembler syntax to emit.
  249.        2. `-msvr4' makes the C preprocessor recognize `#pragma weak'
  250.           that is used on System V release 4.
  251.        3. `-msvr4' makes GNU CC issue additional declaration directives
  252.           used in SVr4.
  253.      `-msvr4' is the default for the m88k-motorola-sysv4 and
  254.      m88k-dg-dgux m88k configurations. `-msvr3' is the default for all
  255.      other m88k configurations.
  256. `-mversion-03.00'
  257.      This option is obsolete, and is ignored.
  258. `-mno-check-zero-division'
  259. `-mcheck-zero-division'
  260.      Do, or don't, generate code to guarantee that integer division by
  261.      zero will be detected.  By default, detection is guaranteed.
  262.      Some models of the MC88100 processor fail to trap upon integer
  263.      division by zero under certain conditions.  By default, when
  264.      compiling code that might be run on such a processor, GNU C
  265.      generates code that explicitly checks for zero-valued divisors and
  266.      traps with exception number 503 when one is detected.  Use of
  267.      mno-check-zero-division suppresses such checking for code
  268.      generated to run on an MC88100 processor.
  269.      GNU C assumes that the MC88110 processor correctly detects all
  270.      instances of integer division by zero.  When `-m88110' is
  271.      specified, both `-mcheck-zero-division' and
  272.      `-mno-check-zero-division' are ignored, and no explicit checks for
  273.      zero-valued divisors are generated.
  274. `-muse-div-instruction'
  275.      Use the div instruction for signed integer division on the MC88100
  276.      processor.  By default, the div instruction is not used.
  277.      On the MC88100 processor the signed integer division instruction
  278.      div) traps to the operating system on a negative operand.  The
  279.      operating system transparently completes the operation, but at a
  280.      large cost in execution time.  By default, when compiling code
  281.      that might be run on an MC88100 processor, GNU C emulates signed
  282.      integer division using the unsigned integer division instruction
  283.      divu), thereby avoiding the large penalty of a trap to the
  284.      operating system.  Such emulation has its own, smaller, execution
  285.      cost in both time and space.  To the extent that your code's
  286.      important signed integer division operations are performed on two
  287.      nonnegative operands, it may be desirable to use the div
  288.      instruction directly.
  289.      On the MC88110 processor the div instruction (also known as the
  290.      divs instruction) processes negative operands without trapping to
  291.      the operating system.  When `-m88110' is specified,
  292.      `-muse-div-instruction' is ignored, and the div instruction is used
  293.      for signed integer division.
  294.      Note that the result of dividing INT_MIN by -1 is undefined.  In
  295.      particular, the behavior of such a division with and without
  296.      `-muse-div-instruction'  may differ.
  297. `-mtrap-large-shift'
  298. `-mhandle-large-shift'
  299.      Include code to detect bit-shifts of more than 31 bits;
  300.      respectively, trap such shifts or emit code to handle them
  301.      properly.  By default GNU CC makes no special provision for large
  302.      bit shifts.
  303. `-mwarn-passed-structs'
  304.      Warn when a function passes a struct as an argument or result.
  305.      Structure-passing conventions have changed during the evolution of
  306.      the C language, and are often the source of portability problems.
  307.      By default, GNU CC issues no such warning.
  308. File: gcc.info,  Node: RS/6000 and PowerPC Options,  Next: RT Options,  Prev: M88K Options,  Up: Submodel Options
  309. IBM RS/6000 and PowerPC Options
  310. -------------------------------
  311.    These `-m' options are defined for the IBM RS/6000 and PowerPC:
  312. `-mpower'
  313. `-mno-power'
  314. `-mpower2'
  315. `-mno-power2'
  316. `-mpowerpc'
  317. `-mno-powerpc'
  318. `-mpowerpc-gpopt'
  319. `-mno-powerpc-gpopt'
  320. `-mpowerpc-gfxopt'
  321. `-mno-powerpc-gfxopt'
  322.      GNU CC supports two related instruction set architectures for the
  323.      RS/6000 and PowerPC.  The "POWER" instruction set are those
  324.      instructions supported by the `rios' chip set used in the original
  325.      RS/6000 systems and the "PowerPC" instruction set is the
  326.      architecture of the Motorola MPC6xx microprocessors.  The PowerPC
  327.      architecture defines 64-bit instructions, but they are not
  328.      supported by any current processors.
  329.      Neither architecture is a subset of the other.  However there is a
  330.      large common subset of instructions supported by both.  An MQ
  331.      register is included in processors supporting the POWER
  332.      architecture.
  333.      You use these options to specify which instructions are available
  334.      on the processor you are using.  The default value of these
  335.      options is determined when configuring GNU CC.  Specifying the
  336.      `-mcpu=CPU_TYPE' overrides the specification of these options.  We
  337.      recommend you use that option rather than these.
  338.      The `-mpower' option allows GNU CC to generate instructions that
  339.      are found only in the POWER architecture and to use the MQ
  340.      register.  Specifying `-mpower2' implies `-power' and also allows
  341.      GNU CC to generate instructions that are present in the POWER2
  342.      architecture but not the original POWER architecture.
  343.      The `-mpowerpc' option allows GNU CC to generate instructions that
  344.      are found only in the 32-bit subset of the PowerPC architecture.
  345.      Specifying `-mpowerpc-gpopt' implies `-mpowerpc' and also allows
  346.      GNU CC to use the optional PowerPC architecture instructions in the
  347.      General Purpose group, including floating-point square root.
  348.      Specifying `-mpowerpc-gfxopt' implies `-mpowerpc' and also allows
  349.      GNU CC to use the optional PowerPC architecture instructions in
  350.      the Graphics group, including floating-point select.
  351.      If you specify both `-mno-power' and `-mno-powerpc', GNU CC will
  352.      use only the instructions in the common subset of both
  353.      architectures plus some special AIX common-mode calls, and will
  354.      not use the MQ register.  Specifying both `-mpower' and `-mpowerpc'
  355.      permits GNU CC to use any instruction from either architecture and
  356.      to allow use of the MQ register; specify this for the Motorola
  357.      MPC601.
  358. `-mnew-mnemonics'
  359. `-mold-mnemonics'
  360.      Select which mnemonics to use in the generated assembler code.
  361.      `-mnew-mnemonics' requests output that uses the assembler mnemonics
  362.      defined for the PowerPC architecture, while `-mold-mnemonics'
  363.      requests the assembler mnemonics defined for the POWER
  364.      architecture.  Instructions defined in only one architecture have
  365.      only one mnemonic; GNU CC uses that mnemonic irrespective of which
  366.      of thse options is specified.
  367.      PowerPC assemblers support both the old and new mnemonics, as will
  368.      later POWER assemblers.  Current POWER assemblers only support the
  369.      old mnemonics.  Specify `-mnew-mnemonics' if you have an assembler
  370.      that supports them, otherwise specify `-mold-mnemonics'.
  371.      The default value of these options depends on how GNU CC was
  372.      configured.  Specifing `-mcpu=CPU_TYPE' sometimes overrides the
  373.      value of these option.  Unless you are building a cross-compiler,
  374.      you should normally not specify either `-mnew-mnemonics' or
  375.      `-mold-mnemonics', but should instead accept the default.
  376. `-mcpu=CPU_TYPE'
  377.      Set architecture type, register usage, choice of mnemonics, and
  378.      instruction scheduling parameters for machine type CPU_TYPE.  By
  379.      default, CPU_TYPE is the target system defined when GNU CC was
  380.      configured.  Supported values for CPU_TYPE are `rios1', `rios2',
  381.      `rsc', `601', `603', `604', `power', `powerpc', and `common'.
  382.      `-mcpu=power' and `-mcpu=powerpc' specify generic POWER and pure
  383.      PowerPC (i.e., not MPC601) architecture machine types, with an
  384.      appropriate, generic processor model assumed for scheduling
  385.      purposes.
  386.      Specifying `-mcpu=rios1', `-mcpu=rios2', `-mcpu=rsc', or
  387.      `-mcpu=power' enables the `-mpower' option and disables the
  388.      `-mpowerpc' option; `-mcpu=601' enables both the `-mpower' and
  389.      `-mpowerpc' options; `-mcpu=603', `-mcpu=604', and `-mcpu=powerpc'
  390.      enable the `-mpowerpc' option and disable the `-mpower' option;
  391.      `-mcpu=common' disables both the `-mpower' and `-mpowerpc' options.
  392.      To generate code that will operate on all members of the RS/6000
  393.      and PowerPC families, specify `-mcpu=common'.  In that case, GNU CC
  394.      will use only the instructions in the common subset of both
  395.      architectures plus some special AIX common-mode calls, and will
  396.      not use the MQ register.  GNU CC assumes a generic processor model
  397.      for scheduling purposes.
  398.      Specifying `-mcpu=rios1', `-mcpu=rios2', `-mcpu=rsc', or
  399.      `-mcpu=power' also disables the `new-mnemonics' option.
  400.      Specifying `-mcpu=601', `-mcpu=603', `-mcpu=604', or
  401.      `-mcpu=powerpc' also enables the `new-mnemonics' option.
  402. `-mfull-toc'
  403. `-mno-fp-in-toc'
  404. `-mno-sum-in-toc'
  405. `-mminimal-toc'
  406.      Modify generation of the TOC (Table Of Contents), which is created
  407.      for every executable file.  The `-mfull-toc' option is selected by
  408.      default.  In that case, GNU CC will allocate at least one TOC
  409.      entry for each unique non-automatic variable reference in your
  410.      program.  GNU CC will also place floating-point constants in the
  411.      TOC.  However, only 16,384 entries are available in the TOC.
  412.      If you receive a linker error message that saying you have
  413.      overflowed the available TOC space, you can reduce the amount of
  414.      TOC space used with the `-mno-fp-in-toc' and `-mno-sum-in-toc'
  415.      options.  `-mno-fp-in-toc' prevents GNU CC from putting
  416.      floating-point constants in the TOC and `-mno-sum-in-toc' forces
  417.      GNU CC to generate code to calculate the sum of an address and a
  418.      constant at run-time instead of putting that sum into the TOC.
  419.      You may specify one or both of these options.  Each causes GNU CC
  420.      to produce very slightly slower and larger code at the expense of
  421.      conserving TOC space.
  422.      If you still run out of space in the TOC even when you specify
  423.      both of these options, specify `-mminimal-toc' instead.  This
  424.      option causes GNU CC to make only one TOC entry for every file.
  425.      When you specify this option, GNU CC will produce code that is
  426.      slower and larger but which uses extremely little TOC space.  You
  427.      may wish to use this option only on files that contain less
  428.      frequently executed code.
  429. File: gcc.info,  Node: RT Options,  Next: MIPS Options,  Prev: RS/6000 and PowerPC Options,  Up: Submodel Options
  430. IBM RT Options
  431. --------------
  432.    These `-m' options are defined for the IBM RT PC:
  433. `-min-line-mul'
  434.      Use an in-line code sequence for integer multiplies.  This is the
  435.      default.
  436. `-mcall-lib-mul'
  437.      Call `lmul$$' for integer multiples.
  438. `-mfull-fp-blocks'
  439.      Generate full-size floating point data blocks, including the
  440.      minimum amount of scratch space recommended by IBM.  This is the
  441.      default.
  442. `-mminimum-fp-blocks'
  443.      Do not include extra scratch space in floating point data blocks.
  444.      This results in smaller code, but slower execution, since scratch
  445.      space must be allocated dynamically.
  446. `-mfp-arg-in-fpregs'
  447.      Use a calling sequence incompatible with the IBM calling
  448.      convention in which floating point arguments are passed in
  449.      floating point registers.  Note that `varargs.h' and `stdargs.h'
  450.      will not work with floating point operands if this option is
  451.      specified.
  452. `-mfp-arg-in-gregs'
  453.      Use the normal calling convention for floating point arguments.
  454.      This is the default.
  455. `-mhc-struct-return'
  456.      Return structures of more than one word in memory, rather than in a
  457.      register.  This provides compatibility with the MetaWare HighC (hc)
  458.      compiler.  Use the option `-fpcc-struct-return' for compatibility
  459.      with the Portable C Compiler (pcc).
  460. `-mnohc-struct-return'
  461.      Return some structures of more than one word in registers, when
  462.      convenient.  This is the default.  For compatibility with the
  463.      IBM-supplied compilers, use the option `-fpcc-struct-return' or the
  464.      option `-mhc-struct-return'.
  465. File: gcc.info,  Node: MIPS Options,  Next: i386 Options,  Prev: RT Options,  Up: Submodel Options
  466. MIPS Options
  467. ------------
  468.    These `-m' options are defined for the MIPS family of computers:
  469. `-mcpu=CPU TYPE'
  470.      Assume the defaults for the machine type CPU TYPE when scheduling
  471.      instructions.  The choices for CPU TYPE are `r2000', `r3000',
  472.      `r4000', `r4400', `r4600', and `r6000'.  While picking a specific
  473.      CPU TYPE will schedule things appropriately for that particular
  474.      chip, the compiler will not generate any code that does not meet
  475.      level 1 of the MIPS ISA (instruction set architecture) without the
  476.      `-mips2' or `-mips3' switches being used.
  477. `-mips1'
  478.      Issue instructions from level 1 of the MIPS ISA.  This is the
  479.      default.  `r3000' is the default CPU TYPE at this ISA level.
  480. `-mips2'
  481.      Issue instructions from level 2 of the MIPS ISA (branch likely,
  482.      square root instructions).  `r6000' is the default CPU TYPE at this
  483.      ISA level.
  484. `-mips3'
  485.      Issue instructions from level 3 of the MIPS ISA (64 bit
  486.      instructions).  `r4000' is the default CPU TYPE at this ISA level.
  487.      This option does not change the sizes of any of the C data types.
  488. `-mfp32'
  489.      Assume that 32 32-bit floating point registers are available.
  490.      This is the default.
  491. `-mfp64'
  492.      Assume that 32 64-bit floating point registers are available.
  493.      This is the default when the `-mips3' option is used.
  494. `-mgp32'
  495.      Assume that 32 32-bit general purpose registers are available.
  496.      This is the default.
  497. `-mgp64'
  498.      Assume that 32 64-bit general purpose registers are available.
  499.      This is the default when the `-mips3' option is used.
  500. `-mint64'
  501.      Types long, int, and pointer are 64 bits.  This works only if
  502.      `-mips3' is also specified.
  503. `-mlong64'
  504.      Types long and pointer are 64 bits, and type int is 32 bits.  This
  505.      works only if `-mips3' is also specified.
  506. `-mmips-as'
  507.      Generate code for the MIPS assembler, and invoke `mips-tfile' to
  508.      add normal debug information.  This is the default for all
  509.      platforms except for the OSF/1 reference platform, using the
  510.      OSF/rose object format.  If the either of the `-gstabs' or
  511.      `-gstabs+' switches are used, the `mips-tfile' program will
  512.      encapsulate the stabs within MIPS ECOFF.
  513. `-mgas'
  514.      Generate code for the GNU assembler.  This is the default on the
  515.      OSF/1 reference platform, using the OSF/rose object format.
  516. `-mrnames'
  517. `-mno-rnames'
  518.      The `-mrnames' switch says to output code using the MIPS software
  519.      names for the registers, instead of the hardware names (ie, A0
  520.      instead of $4).  The only known assembler that supports this option
  521.      is the Algorithmics assembler.
  522. `-mgpopt'
  523. `-mno-gpopt'
  524.      The `-mgpopt' switch says to write all of the data declarations
  525.      before the instructions in the text section, this allows the MIPS
  526.      assembler to generate one word memory references instead of using
  527.      two words for short global or static data items.  This is on by
  528.      default if optimization is selected.
  529. `-mstats'
  530. `-mno-stats'
  531.      For each non-inline function processed, the `-mstats' switch
  532.      causes the compiler to emit one line to the standard error file to
  533.      print statistics about the program (number of registers saved,
  534.      stack size, etc.).
  535. `-mmemcpy'
  536. `-mno-memcpy'
  537.      The `-mmemcpy' switch makes all block moves call the appropriate
  538.      string function (`memcpy' or `bcopy') instead of possibly
  539.      generating inline code.
  540. `-mmips-tfile'
  541. `-mno-mips-tfile'
  542.      The `-mno-mips-tfile' switch causes the compiler not postprocess
  543.      the object file with the `mips-tfile' program, after the MIPS
  544.      assembler has generated it to add debug support.  If `mips-tfile'
  545.      is not run, then no local variables will be available to the
  546.      debugger.  In addition, `stage2' and `stage3' objects will have
  547.      the temporary file names passed to the assembler embedded in the
  548.      object file, which means the objects will not compare the same.
  549.      The `-mno-mips-tfile' switch should only be used when there are
  550.      bugs in the `mips-tfile' program that prevents compilation.
  551. `-msoft-float'
  552.      Generate output containing library calls for floating point.
  553.      *Warning:* the requisite libraries are not part of GNU CC.
  554.      Normally the facilities of the machine's usual C compiler are
  555.      used, but this can't be done directly in cross-compilation.  You
  556.      must make your own arrangements to provide suitable library
  557.      functions for cross-compilation.
  558. `-mhard-float'
  559.      Generate output containing floating point instructions.  This is
  560.      the default if you use the unmodified sources.
  561. `-mabicalls'
  562. `-mno-abicalls'
  563.      Emit (or do not emit) the pseudo operations `.abicalls',
  564.      `.cpload', and `.cprestore' that some System V.4 ports use for
  565.      position independent code.
  566. `-mlong-calls'
  567. `-mno-long-calls'
  568.      Do all calls with the `JALR' instruction, which requires loading
  569.      up a function's address into a register before the call.  You need
  570.      to use this switch, if you call outside of the current 512
  571.      megabyte segment to functions that are not through pointers.
  572. `-mhalf-pic'
  573. `-mno-half-pic'
  574.      Put pointers to extern references into the data section and load
  575.      them up, rather than put the references in the text section.
  576. `-membedded-pic'
  577. `-mno-embedded-pic'
  578.      Generate PIC code suitable for some embedded systems.  All calls
  579.      are made using PC relative address, and all data is addressed
  580.      using the $gp register.  This requires GNU as and GNU ld which do
  581.      most of the work.
  582. `-membedded-data'
  583. `-mno-embedded-data'
  584.      Allocate variables to the read-only data section first if
  585.      possible, then next in the small data section if possible,
  586.      otherwise in data.  This gives slightly slower code than the
  587.      default, but reduces the amount of RAM required when executing,
  588.      and thus may be preferred for some embedded systems.
  589. `-G NUM'
  590.      Put global and static items less than or equal to NUM bytes into
  591.      the small data or bss sections instead of the normal data or bss
  592.      section.  This allows the assembler to emit one word memory
  593.      reference instructions based on the global pointer (GP or $28),
  594.      instead of the normal two words used.  By default, NUM is 8 when
  595.      the MIPS assembler is used, and 0 when the GNU assembler is used.
  596.      The `-G NUM' switch is also passed to the assembler and linker.
  597.      All modules should be compiled with the same `-G NUM' value.
  598. `-nocpp'
  599.      Tell the MIPS assembler to not run it's preprocessor over user
  600.      assembler files (with a `.s' suffix) when assembling them.
  601.    These options are defined by the macro `TARGET_SWITCHES' in the
  602. machine description.  The default for the options is also defined by
  603. that macro, which enables you to change the defaults.
  604. File: gcc.info,  Node: i386 Options,  Next: HPPA Options,  Prev: MIPS Options,  Up: Submodel Options
  605. Intel 386 Options
  606. -----------------
  607.    These `-m' options are defined for the i386 family of computers:
  608. `-m486'
  609. `-mno-486'
  610.      Control whether or not code is optimized for a 486 instead of an
  611.      386.  Code generated for an 486 will run on a 386 and vice versa.
  612. `-mieee-fp'
  613. `-m-no-ieee-fp'
  614.      Control whether or not the compiler uses IEEE floating point
  615.      comparisons.  These handle correctly the case where the result of a
  616.      comparison is unordered.
  617. `-msoft-float'
  618.      Generate output containing library calls for floating point.
  619.      *Warning:* the requisite libraries are not part of GNU CC.
  620.      Normally the facilities of the machine's usual C compiler are
  621.      used, but this can't be done directly in cross-compilation.  You
  622.      must make your own arrangements to provide suitable library
  623.      functions for cross-compilation.
  624.      On machines where a function returns floating point results in the
  625.      80387 register stack, some floating point opcodes may be emitted
  626.      even if `-msoft-float' is used.
  627. `-mno-fp-ret-in-387'
  628.      Do not use the FPU registers for return values of functions.
  629.      The usual calling convention has functions return values of types
  630.      `float' and `double' in an FPU register, even if there is no FPU.
  631.      The idea is that the operating system should emulate an FPU.
  632.      The option `-mno-fp-ret-in-387' causes such values to be returned
  633.      in ordinary CPU registers instead.
  634. `-mno-fancy-math-387'
  635.      Some 387 emulators do not support the `sin', `cos' and `sqrt'
  636.      instructions for the 387.  Specify this option to avoid generating
  637.      those instructions. This option is the default on FreeBSD.  As of
  638.      revision 2.6.1, these instructions are not generated unless you
  639.      also use the `-ffast-math' switch.
  640. `-msvr3-shlib'
  641. `-mno-svr3-shlib'
  642.      Control whether GNU CC places uninitialized locals into `bss' or
  643.      `data'.  `-msvr3-shlib' places these locals into `bss'.  These
  644.      options are meaningful only on System V Release 3.
  645. `-mno-wide-multiply'
  646. `-mwide-multiply'
  647.      Control whether GNU CC uses the `mul' and `imul' that produce 64
  648.      bit results in `eax:edx' from 32 bit operands to do `long long'
  649.      multiplies and 32-bit division by constants.
  650. `-mreg-alloc=REGS'
  651.      Control the default allocation order of integer registers.  The
  652.      string REGS is a series of letters specifing a register.  The
  653.      supported letters are: `a' allocate EAX; `b' allocate EBX; `c'
  654.      allocate ECX; `d' allocate EDX; `S' allocate ESI; `D' allocate
  655.      EDI; `B' allocate EBP.
  656. File: gcc.info,  Node: HPPA Options,  Next: Intel 960 Options,  Prev: i386 Options,  Up: Submodel Options
  657. HPPA Options
  658. ------------
  659.    These `-m' options are defined for the HPPA family of computers:
  660. `-mpa-risc-1-0'
  661.      Generate code for a PA 1.0 processor.
  662. `-mpa-risc-1-1'
  663.      Generate code for a PA 1.1 processor.
  664. `-mjump-in-delay'
  665.      Fill delay slots of function calls with unconditional jump
  666.      instructions by modifying the return pointer for the function call
  667.      to be the target of the conditional jump.
  668. `-mlong-calls'
  669.      Generate code which allows calls to functions greater than 256k
  670.      away from the caller when the caller and callee are in the same
  671.      source file.  Do not turn this option on unless code refuses to
  672.      link with "branch out of range errors" from the linker.
  673. `-mdisable-fpregs'
  674.      Prevent floating point registers from being used in any manner.
  675.      This is necessary for compiling kernels which perform lazy context
  676.      switching of floating point registers.  If you use this option and
  677.      attempt to perform floating point operations, the compiler will
  678.      abort.
  679. `-mdisable-indexing'
  680.      Prevent the compiler from using indexing address modes.  This
  681.      avoids some rather obscure problems when compiling MIG generated
  682.      code under MACH.
  683. `-mportable-runtime'
  684.      Use the portable calling conventions proposed by HP for ELF
  685.      systems.  Note this option also enables `-mlong-calls'.
  686. `-mgas'
  687.      Enable the use of assembler directives only GAS understands.
  688. File: gcc.info,  Node: Intel 960 Options,  Next: DEC Alpha Options,  Prev: HPPA Options,  Up: Submodel Options
  689. Intel 960 Options
  690. -----------------
  691.    These `-m' options are defined for the Intel 960 implementations:
  692. `-mCPU TYPE'
  693.      Assume the defaults for the machine type CPU TYPE for some of the
  694.      other options, including instruction scheduling, floating point
  695.      support, and addressing modes.  The choices for CPU TYPE are `ka',
  696.      `kb', `mc', `ca', `cf', `sa', and `sb'.  The default is `kb'.
  697. `-mnumerics'
  698. `-msoft-float'
  699.      The `-mnumerics' option indicates that the processor does support
  700.      floating-point instructions.  The `-msoft-float' option indicates
  701.      that floating-point support should not be assumed.
  702. `-mleaf-procedures'
  703. `-mno-leaf-procedures'
  704.      Do (or do not) attempt to alter leaf procedures to be callable
  705.      with the `bal' instruction as well as `call'.  This will result in
  706.      more efficient code for explicit calls when the `bal' instruction
  707.      can be substituted by the assembler or linker, but less efficient
  708.      code in other cases, such as calls via function pointers, or using
  709.      a linker that doesn't support this optimization.
  710. `-mtail-call'
  711. `-mno-tail-call'
  712.      Do (or do not) make additional attempts (beyond those of the
  713.      machine-independent portions of the compiler) to optimize
  714.      tail-recursive calls into branches.  You may not want to do this
  715.      because the detection of cases where this is not valid is not
  716.      totally complete.  The default is `-mno-tail-call'.
  717. `-mcomplex-addr'
  718. `-mno-complex-addr'
  719.      Assume (or do not assume) that the use of a complex addressing
  720.      mode is a win on this implementation of the i960.  Complex
  721.      addressing modes may not be worthwhile on the K-series, but they
  722.      definitely are on the C-series.  The default is currently
  723.      `-mcomplex-addr' for all processors except the CB and CC.
  724. `-mcode-align'
  725. `-mno-code-align'
  726.      Align code to 8-byte boundaries for faster fetching (or don't
  727.      bother).  Currently turned on by default for C-series
  728.      implementations only.
  729. `-mic-compat'
  730. `-mic2.0-compat'
  731. `-mic3.0-compat'
  732.      Enable compatibility with iC960 v2.0 or v3.0.
  733. `-masm-compat'
  734. `-mintel-asm'
  735.      Enable compatibility with the iC960 assembler.
  736. `-mstrict-align'
  737. `-mno-strict-align'
  738.      Do not permit (do permit) unaligned accesses.
  739. `-mold-align'
  740.      Enable structure-alignment compatibility with Intel's gcc release
  741.      version 1.3 (based on gcc 1.37).  Currently this is buggy in that
  742.      `#pragma align 1' is always assumed as well, and cannot be turned
  743.      off.
  744. File: gcc.info,  Node: DEC Alpha Options,  Next: Clipper Options,  Prev: Intel 960 Options,  Up: Submodel Options
  745. DEC Alpha Options
  746. -----------------
  747.    These `-m' options are defined for the DEC Alpha implementations:
  748. `-mno-soft-float'
  749. `-msoft-float'
  750.      Use (do not use) the hardware floating-point instructions for
  751.      floating-point operations.  When `-msoft-float' is specified,
  752.      functions in `libgcc1.c' will be used to perform floating-point
  753.      operations.  Unless they are replaced by routines that emulate the
  754.      floating-point operations, or compiled in such a way as to call
  755.      such emulations routines, these routines will issue floating-point
  756.      operations.   If you are compiling for an Alpha without
  757.      floating-point operations, you must ensure that the library is
  758.      built so as not to call them.
  759.      Note that Alpha implementations without floating-point operations
  760.      are required to have floating-point registers.
  761. `-mfp-reg'
  762. `-mno-fp-regs'
  763.      Generate code that uses (does not use) the floating-point register
  764.      set.  `-mno-fp-regs' implies `-msoft-float'.  If the floating-point
  765.      register set is not used, floating point operands are passed in
  766.      integer registers as if they were integers and floating-point
  767.      results are passed in $0 instead of $f0.  This is a non-standard
  768.      calling sequence, so any function with a floating-point argument
  769.      or return value called by code compiled with `-mno-fp-regs' must
  770.      also be compiled with that option.
  771.      A typical use of this option is building a kernel that does not
  772.      use, and hence need not save and restore, any floating-point
  773.      registers.
  774. File: gcc.info,  Node: Clipper Options,  Next: H8/300 Options,  Prev: DEC Alpha Options,  Up: Submodel Options
  775. Clipper Options
  776. ---------------
  777.    These `-m' options are defined for the Clipper implementations:
  778. `-mc300'
  779.      Produce code for a C300 Clipper processor. This is the default.
  780. `-mc400'
  781.      Produce code for a C400 Clipper processor i.e. use floting point
  782.      registers f8..f15.
  783. File: gcc.info,  Node: H8/300 Options,  Next: System V Options,  Prev: Clipper Options,  Up: Submodel Options
  784. H8/300 Options
  785. --------------
  786.    These `-m' options are defined for the H8/300 implementations:
  787. `-mrelax'
  788.      Shorten some address references at link time, when possible; uses
  789.      the linker option `-relax'.  *Note `ld' and the H8/300:
  790.      (ld.info)H8/300, for a fuller description.
  791. `-mh'
  792.      Generate code for the H8/300H.
  793. File: gcc.info,  Node: System V Options,  Prev: H8/300 Options,  Up: Submodel Options
  794. Options for System V
  795. --------------------
  796.    These additional options are available on System V Release 4 for
  797. compatibility with other compilers on those systems:
  798. `-Qy'
  799.      Identify the versions of each tool used by the compiler, in a
  800.      `.ident' assembler directive in the output.
  801. `-Qn'
  802.      Refrain from adding `.ident' directives to the output file (this is
  803.      the default).
  804. `-YP,DIRS'
  805.      Search the directories DIRS, and no others, for libraries
  806.      specified with `-l'.
  807. `-Ym,DIR'
  808.      Look in the directory DIR to find the M4 preprocessor.  The
  809.      assembler uses this option.
  810. File: gcc.info,  Node: Code Gen Options,  Next: Environment Variables,  Prev: Submodel Options,  Up: Invoking GCC
  811. Options for Code Generation Conventions
  812. =======================================
  813.    These machine-independent options control the interface conventions
  814. used in code generation.
  815.    Most of them have both positive and negative forms; the negative form
  816. of `-ffoo' would be `-fno-foo'.  In the table below, only one of the
  817. forms is listed--the one which is not the default.  You can figure out
  818. the other form by either removing `no-' or adding it.
  819. `-fpcc-struct-return'
  820.      Return "short" `struct' and `union' values in memory like longer
  821.      ones, rather than in registers.  This convention is less
  822.      efficient, but it has the advantage of allowing intercallability
  823.      between GNU CC-compiled files and files compiled with other
  824.      compilers.
  825.      The precise convention for returning structures in memory depends
  826.      on the target configuration macros.
  827.      Short structures and unions are those whose size and alignment
  828.      match that of some integer type.
  829. `-freg-struct-return'
  830.      Use the convention that `struct' and `union' values are returned
  831.      in registers when possible.  This is more efficient for small
  832.      structures than `-fpcc-struct-return'.
  833.      If you specify neither `-fpcc-struct-return' nor its contrary
  834.      `-freg-struct-return', GNU CC defaults to whichever convention is
  835.      standard for the target.  If there is no standard convention, GNU
  836.      CC defaults to `-fpcc-struct-return', except on targets where GNU
  837.      CC is the principal compiler.  In those cases, we can choose the
  838.      standard, and we chose the more efficient register return
  839.      alternative.
  840. `-fshort-enums'
  841.      Allocate to an `enum' type only as many bytes as it needs for the
  842.      declared range of possible values.  Specifically, the `enum' type
  843.      will be equivalent to the smallest integer type which has enough
  844.      room.
  845. `-fshort-double'
  846.      Use the same size for `double' as for `float'.
  847. `-fshared-data'
  848.      Requests that the data and non-`const' variables of this
  849.      compilation be shared data rather than private data.  The
  850.      distinction makes sense only on certain operating systems, where
  851.      shared data is shared between processes running the same program,
  852.      while private data exists in one copy per process.
  853. `-fno-common'
  854.      Allocate even uninitialized global variables in the bss section of
  855.      the object file, rather than generating them as common blocks.
  856.      This has the effect that if the same variable is declared (without
  857.      `extern') in two different compilations, you will get an error
  858.      when you link them.  The only reason this might be useful is if
  859.      you wish to verify that the program will work on other systems
  860.      which always work this way.
  861. `-fno-ident'
  862.      Ignore the `#ident' directive.
  863. `-fno-gnu-linker'
  864.      Do not output global initializations (such as C++ constructors and
  865.      destructors) in the form used by the GNU linker (on systems where
  866.      the GNU linker is the standard method of handling them).  Use this
  867.      option when you want to use a non-GNU linker, which also requires
  868.      using the `collect2' program to make sure the system linker
  869.      includes constructors and destructors.  (`collect2' is included in
  870.      the GNU CC distribution.)  For systems which *must* use
  871.      `collect2', the compiler driver `gcc' is configured to do this
  872.      automatically.
  873. `-finhibit-size-directive'
  874.      Don't output a `.size' assembler directive, or anything else that
  875.      would cause trouble if the function is split in the middle, and the
  876.      two halves are placed at locations far apart in memory.  This
  877.      option is used when compiling `crtstuff.c'; you should not need to
  878.      use it for anything else.
  879. `-fverbose-asm'
  880.      Put extra commentary information in the generated assembly code to
  881.      make it more readable.  This option is generally only of use to
  882.      those who actually need to read the generated assembly code
  883.      (perhaps while debugging the compiler itself).
  884. `-fvolatile'
  885.      Consider all memory references through pointers to be volatile.
  886. `-fvolatile-global'
  887.      Consider all memory references to extern and global data items to
  888.      be volatile.
  889. `-fpic'
  890.      Generate position-independent code (PIC) suitable for use in a
  891.      shared library, if supported for the target machine.  Such code
  892.      accesses all constant addresses through a global offset table
  893.      (GOT).  If the GOT size for the linked executable exceeds a
  894.      machine-specific maximum size, you get an error message from the
  895.      linker indicating that `-fpic' does not work; in that case,
  896.      recompile with `-fPIC' instead.  (These maximums are 16k on the
  897.      m88k, 8k on the Sparc, and 32k on the m68k and RS/6000.  The 386
  898.      has no such limit.)
  899.      Position-independent code requires special support, and therefore
  900.      works only on certain machines.  For the 386, GNU CC supports PIC
  901.      for System V but not for the Sun 386i.  Code generated for the IBM
  902.      RS/6000 is always position-independent.
  903.      The GNU assembler does not fully support PIC.  Currently, you must
  904.      use some other assembler in order for PIC to work.  We would
  905.      welcome volunteers to upgrade GAS to handle this; the first part
  906.      of the job is to figure out what the assembler must do differently.
  907. `-fPIC'
  908.      If supported for the target machine, emit position-independent
  909.      code, suitable for dynamic linking and avoiding any limit on the
  910.      size of the global offset table.  This option makes a difference
  911.      on the m68k, m88k and the Sparc.
  912.      Position-independent code requires special support, and therefore
  913.      works only on certain machines.
  914. `-ffixed-REG'
  915.      Treat the register named REG as a fixed register; generated code
  916.      should never refer to it (except perhaps as a stack pointer, frame
  917.      pointer or in some other fixed role).
  918.      REG must be the name of a register.  The register names accepted
  919.      are machine-specific and are defined in the `REGISTER_NAMES' macro
  920.      in the machine description macro file.
  921.      This flag does not have a negative form, because it specifies a
  922.      three-way choice.
  923. `-fcall-used-REG'
  924.      Treat the register named REG as an allocatable register that is
  925.      clobbered by function calls.  It may be allocated for temporaries
  926.      or variables that do not live across a call.  Functions compiled
  927.      this way will not save and restore the register REG.
  928.      Use of this flag for a register that has a fixed pervasive role in
  929.      the machine's execution model, such as the stack pointer or frame
  930.      pointer, will produce disastrous results.
  931.      This flag does not have a negative form, because it specifies a
  932.      three-way choice.
  933. `-fcall-saved-REG'
  934.      Treat the register named REG as an allocatable register saved by
  935.      functions.  It may be allocated even for temporaries or variables
  936.      that live across a call.  Functions compiled this way will save
  937.      and restore the register REG if they use it.
  938.      Use of this flag for a register that has a fixed pervasive role in
  939.      the machine's execution model, such as the stack pointer or frame
  940.      pointer, will produce disastrous results.
  941.      A different sort of disaster will result from the use of this flag
  942.      for a register in which function values may be returned.
  943.      This flag does not have a negative form, because it specifies a
  944.      three-way choice.
  945. `+e0'
  946. `+e1'
  947.      Control whether virtual function definitions in classes are used to
  948.      generate code, or only to define interfaces for their callers.
  949.      (C++ only).
  950.      These options are provided for compatibility with `cfront' 1.x
  951.      usage; the recommended alternative GNU C++ usage is in flux.
  952.      *Note Declarations and Definitions in One Header: C++ Interface.
  953.      With `+e0', virtual function definitions in classes are declared
  954.      `extern'; the declaration is used only as an interface
  955.      specification, not to generate code for the virtual functions (in
  956.      this compilation).
  957.      With `+e1', G++ actually generates the code implementing virtual
  958.      functions defined in the code, and makes them publicly visible.
  959.